home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950329-19950528 / 000006_news@columbia.edu_Thu Mar 30 14:49:39 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11629
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 30 Mar 1995 09:49:48 -0500
  3. Received: by apakabar.cc.columbia.edu id AA08693
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 30 Mar 1995 09:49:45 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Looking for C-Kermit 5A HPUX binary
  9. Date: 30 Mar 1995 14:49:39 GMT
  10. Organization: Columbia University
  11. Lines: 28
  12. Message-Id: <3lege3$8fb@apakabar.cc.columbia.edu>
  13. References: <englandrD67yrK.HBv@netcom.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <englandrD67yrK.HBv@netcom.com>,
  18. William and Alice Englander <englandr@netcom.com> wrote:
  19. >Is the binary available for C-Kermit 5A for HPUX (HP9000/857)?
  20. >
  21. No.  We have one for the model 700.  If somebody wants to send in
  22. one for the 800, let me know.
  23.  
  24. >C-Kermit 4E came with our system, but I'd like to use some of the
  25. >newer features.  I understand that the source is available, but 
  26. >I'm not well enough versed in C, etc. to know what to do with it.  
  27. >Also, we just have the C compiler that came with the system, not 
  28. >the ANSI one.
  29. >
  30. You don't need to know C to build C-Kermit.
  31.  
  32. anonymous ftp to kermit.columbia edu, directory kermit/archives,
  33. binary mode, file cku190.tar.Z (or .gz for gunzip).  Uncompress,
  34. untar, and then:
  35.  
  36.   make hpux90
  37.  
  38. (assuming you are running HP-UX 9-point-something) which should
  39. produce an executable called "wermit".  Try it out and if it's OK,
  40. install it as "kermit" in the desired location, such as
  41. /usr/local/bin.  Read the ckuins.doc file for additional
  42. installation instructions.
  43.  
  44. - Frank